home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pdisk.zip / READ.ME < prev    next >
Text File  |  1989-01-12  |  4KB  |  80 lines

  1. This stuff is mostly self explanatory, but:
  2.     part takes one optional argument, which is the disk number with
  3.     which to start (either 0 or 1. 0 is default).
  4.  
  5.     286pd1.sys and 286pd2.sys are for driving partitions on your first
  6.     and second disks, respectively.  They will only work on 80186 or higher
  7.     processors.  For 8086/8088 computers, use pdisk1.sys, pdisk2.sys. They
  8.     are just a *wee* bit slower....
  9.  
  10.     fdins is for use when you're short of free space in "low menory" --
  11.     i.e. free interrupt vectors.  fdintins, on the other hand, doesn't
  12.     use up any application space memory.  In either case, these programs
  13.     don't do *anything* directly -- you run them in order to create a
  14.     .COM program that does the dirty work.  You get TBL1.com, TBL2.com,
  15.     TBL1INT.com, or TBL2INT.com, depending on whether you run fdins,
  16.     fdintins and specifiy disk 1 or 2 (== 0 or 1).
  17.  
  18.     pformat is for when you want to be particularly destructive with your
  19.     new partition.  You run "pformat <drive>:" where <drive> must be a
  20.     valid pdisk.  It's good for marking newly developed bad sectors,
  21.     I guess.  Be careful.
  22.  
  23. According to tests I ran with the PC Magazine benchmark program, disk access
  24. to a pdisk is actually faster than the normal DOS driver (i.e. C: or a DOS
  25. 3.3/4.x extended DOS partition).  (This may only be true using the 286 version,
  26. and may be affected by your usage.  The main point is that you certainly do
  27. not take a performance *cut* by using my program.)
  28.  
  29. I am not including most of the COPYING file that comes with stuff from the
  30. Free Software Foundation (Richard Stallman, et al.) because I don't know
  31. if I'm allowed, but that's what I intend for this software.  Specifically,
  32. you can *give* away as many copies of this software as you like.  You can
  33. charge a *reasonable* handling fee.  You can even incorporate parts of it
  34. into other projects, as long as you distribute at least the source you got
  35. from pdisk.  I don't want money or contributions, I want plaudits.  I hope
  36. this software is helpful to you.
  37.  
  38. When you find the inevitable bug (there are *none* in the driver, but I
  39. don't absolutely swear for the partitioning program), please try to
  40. fix it yourself and let me know the solution.  Failing that, drop me a
  41. line describing the situation exactly, especially including DOS version and
  42. all hardware, including fixed disk and controller type.  I don;t promise
  43. to do anything about it, but I might.
  44.  
  45. One thing I recommend from experience:  my boot code will only work on some
  46. IBM compatibles.  It is best to use the manafacturer's (or generic) MSDOS
  47. fdisk to set up the initial partition, then use "format c: /s" to set up
  48. your bootable DOS partition.  If you can get this working right with pdisk,
  49. that would be nice.
  50.  
  51. have fun.  Scott E. Garfinkle
  52.             smsdpg!seg@uunet.uu.net
  53.  
  54. <The following is taken from Project Gnu's AWK distribution, the COPYING
  55.  File.  I hope I'm not violating their copyright, or anything.
  56.  >
  57.  
  58.                NO WARRANTY
  59.  
  60.   BECAUSE PDISK IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY NO
  61. WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW.  EXCEPT
  62. WHEN OTHERWISE STATED IN WRITING, SCOTT GARFINKLE
  63. AND/OR OTHER PARTIES PROVIDE PDISK "AS IS" WITHOUT
  64. WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  65. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  66. A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND
  67. PERFORMANCE OF PDISK IS WITH YOU.  SHOULD PDISK PROVE DEFECTIVE, YOU
  68. ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  69.  
  70.  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL  SCOTT GARFINKLE
  71. AND/OR ANY OTHER PARTY
  72. WHO MAY MODIFY AND REDISTRIBUTE PDISK AS PERMITTED ABOVE, BE LIABLE TO
  73. YOU FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER
  74. SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  75. INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
  76. BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A
  77. FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) PDISK, EVEN
  78. IF YOU HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR
  79. ANY CLAIM BY ANY OTHER PARTY.
  80.